/* =========================================
   ÜRETİM YOLCULUĞU - GÖRSELLİ KARTLAR
========================================= */

.nat-process-section{
    padding:80px 0;
}

.nat-process-head{
    margin-bottom:34px;
}

.nat-process-head h2{
    margin:0;
    font-family:'Cormorant Garamond',serif;
    font-size:64px;
    line-height:1;
    color:#2b2118;
}

.nat-process-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
    align-items:stretch;
}

.nat-process-card{
    background:#fffaf4;
    border:1px solid rgba(164,119,47,.18);
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 18px 50px rgba(43,32,18,.08);
    transition:.35s ease;
    display:flex;
    flex-direction:column;
    height:100%;
}

.nat-process-card:hover{
    transform:translateY(-6px);
    box-shadow:0 24px 65px rgba(43,32,18,.14);
    border-color:rgba(164,119,47,.34);
}

.nat-process-image{
    width:100%;
    height:220px;
    overflow:hidden;
    background:#eee7dd;
}

.nat-process-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.nat-process-card:hover .nat-process-image img{
    transform:scale(1.05);
}

.nat-process-content{
    flex:1;
    padding:26px 24px 28px;
    display:flex;
    flex-direction:column;
}

.nat-process-content span{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#b37b2f;
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin-bottom:18px;
}

.nat-process-content h3{
    margin:0 0 14px;
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    line-height:1.1;
    color:#2b2118;
}

.nat-process-content p{
    margin:0;
    color:#6f655a;
    line-height:1.8;
    font-size:15px;
}
@media(max-width:1200px){
    .nat-process-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:768px){
    .nat-process-head h2{
        font-size:44px;
        line-height:1.05;
    }

    .nat-process-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .nat-process-image{
        height:210px;
    }

    .nat-process-content{
        padding:22px 20px 24px;
    }

    .nat-process-content h3{
        font-size:26px;
    }

    .nat-process-content p{
        font-size:14px;
    }
}
@media(max-width:768px){

    .nat-oil-hero-card{
        min-height:300px !important;
        border-radius:20px !important;
    }

    .nat-oil-hero-card-img{
        min-height:300px !important;
    }
}

@media(max-width:480px){

    .nat-oil-hero-card{
        min-height:240px !important;
        border-radius:18px !important;
    }

    .nat-oil-hero-card-img{
        min-height:240px !important;
    }
}
.nat-oil-hero-card{
    position:relative !important;
    width:100% !important;
    height:520px !important;
    min-height:520px !important;
    border-radius:26px !important;
    overflow:hidden !important;
    background:#f7f2eb !important;
    box-shadow:0 24px 70px rgba(43,32,18,.14) !important;
    border:1px solid rgba(164,119,47,.22) !important;
    display:block !important;
}

.nat-oil-hero-card-img{
    width:100% !important;
    height:100% !important;
    min-height:unset !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
}